projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d1c35
)
Change reference from renamed calendar-current-month to calendar-goto-today.
author
Edward M. Reingold
<reingold@emr.cs.iit.edu>
Fri, 22 Jul 1994 20:43:39 +0000
(20:43 +0000)
committer
Edward M. Reingold
<reingold@emr.cs.iit.edu>
Fri, 22 Jul 1994 20:43:39 +0000
(20:43 +0000)
lisp/calendar/cal-menu.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-menu.el
b/lisp/calendar/cal-menu.el
index f3ff24765f29521eb4701c1ffa40df57c2a2015b..67025412a8b727e8d410802d45c68963e66dd86e 100644
(file)
--- a/
lisp/calendar/cal-menu.el
+++ b/
lisp/calendar/cal-menu.el
@@
-120,7
+120,7
@@
(define-key calendar-mode-map [menu-bar goto beginning-of-week]
'("Beginning of week" . calendar-beginning-of-week))
(define-key calendar-mode-map [menu-bar goto today]
- '("Today" . calendar-
current-month
))
+ '("Today" . calendar-
goto-today
))
(define-key calendar-mode-map [menu-bar goto mayan prev-rnd]